home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 June / PCWorld_2002-06_cd.bin / Software / TemaCD / arachno / Arachnophilia.exe / {app} / Arachnophilia.jar / Documentation / README.txt < prev    next >
Encoding:
Text File  |  2002-03-11  |  1.3 KB  |  47 lines

  1. OLD SYNTAX PACKAGE README
  2.  
  3. I am placing the jEdit 2.2.1 syntax highlighting package in the public
  4. domain. This means it can be integrated into commercial programs, etc.
  5.  
  6. This package requires at least Java 1.1 and Swing 1.1. Syntax
  7. highlighting for the following file types is supported:
  8.  
  9. - C++, C
  10. - CORBA IDL
  11. - Eiffel
  12. - HTML
  13. - Java
  14. - Java properties
  15. - JavaScript
  16. - MS-DOS INI
  17. - MS-DOS batch files
  18. - Makefile
  19. - PHP
  20. - Perl
  21. - Python
  22. - TeX
  23. - Transact-SQL
  24. - Unix patch/diff
  25. - Unix shell script
  26. - XML
  27.  
  28. This package is undocumented; read the source (start by taking a look at
  29. JEditTextArea.java) to find out how to use it; it's really simple. Feel
  30. free to e-mail questions, queries, etc. to me, but keep in mind that
  31. this code is very old and I no longer maintain it. So if you find a bug,
  32. don't bother me about it; fix it yourself.
  33.  
  34. * Copyright
  35.  
  36. The jEdit 2.2.1 syntax highlighting package contains code that is
  37. Copyright 1998-1999 Slava Pestov, Artur Biesiadowski, Clancy Malcolm,
  38. Jonathan Revusky, Juha Lindfors and Mike Dillon.
  39.  
  40. You may use and modify this package for any purpose. Redistribution is
  41. permitted, in both source and binary form, provided that this notice
  42. remains intact in all source distributions of this package.
  43.  
  44. -- Slava Pestov
  45. 25 September 2000
  46. <sp@gjt.org>
  47.